home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3077 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  2.9 KB

  1. Path: sphere.brisnet.org.au!news
  2. From: Elmar Haag <elmarh@dyson.brisnet.org.au>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Borland Bug reports
  5. Date: 21 Jan 1996 06:25:36 GMT
  6. Organization: The Dyson Sphere - QLD,Aust,Earth,Sol...
  7. Message-ID: <4dsm90$3sc@sphere.brisnet.org.au>
  8. References: <4dslhr$3sc@sphere.brisnet.org.au>
  9. NNTP-Posting-Host: elmarh.brisnet.org.au
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  14.  
  15.  
  16. >Hi borland Bug Administrator! 
  17. >
  18. >Thanks for your reply!
  19. >
  20. >I attempted to pass this "Bug" report to Borland Support in Australia. They requested that I enter into a support aggrement with the=
  21. >m and pay them for letting them know about the defects (bugs)in their software they supply agains payment to their customers. I even=
  22. > paid once $50 for a support aggrement but as I never used it it must have been erased from the Sydney database. ID Number is ZZZ014=
  23. >574 Contract Number 1622. 
  24. >
  25. >It appears that Borland now wants to make its customers pay for letting them know about the defects and inconsistencies in the softw=
  26. >are they sell.
  27. >
  28. >Please pass this message on to your current CEO or President.
  29. >>Hi!
  30. >>
  31. >>Thank you for your e-mail.  Please note that this is not a Technical Support
  32. >>e-mail address.  Please direct your question to your nearest Borland
  33. >>Technical Support center.
  34. >>
  35. >>Bug Administrator
  36. >>
  37. >>At 03:57 PM 1/15/96 +1000, you wrote:
  38. >>>
  39. >>>I have the following problem: 
  40. >>>It appears that MIDL.EXE creates some code not compatible with BCC 4.52 or
  41. >>>ANSI "C".
  42. >>>
  43. >>>
  44. >>>Definition in RPCNDR.H:
  45. >>>
  46. >>>typedef struct _MIDL_FORMAT_STRING
  47. >>>{
  48. >>>        short           Pad;
  49. >>>        unsigned char   Format[]; may be illegal in BC 4.52 but legal in MS
  50. >>>CL                                   compiler???
  51. >>>} MIDL_FORMAT_STRING;
  52. >>>
  53. >>>
  54. >>>
  55. >>>Code generated by MIDL.EXE in *_c.c:
  56. >>>
  57. >>>extern const MIDL_FORMAT_STRING __MIDLFormatString;
  58. >>>
  59. >>>extern const MIDL_FORMAT_STRING __MIDLProcFormatString;
  60. >>>
  61. >>>
  62. >>>static const MIDL_FORMAT_STRING MIDLProcFormatString =3D
  63. >>>{
  64. >>>        0,
  65. >>>        {
  66. >>>                0x4d,        /* FC_IN_PARAM */ /* Error during compile */
  67. >>>        0x1,        /* 1 */
  68. >>>/*  2 */    0x0, 0x0,    /* Type Offset=3D0 */
  69. >>>/*  4 */    0x5b,        /* FC_END */
  70. >>>        0x5c,        /* FC_PAD */
  71. >>>        0x0
  72. >>>    }
  73. >>>};
  74. >>>
  75. >>>static const MIDL_FORMAT_STRING __MIDLFormatString =3D
  76. >>>{
  77. >>>        0,
  78. >>>        {
  79. >>>                0x11, 0x8,    /* FC_RP [simple_pointer] */ /*Error during
  80. >>>compile */
  81. >>>/*  2 */        0x22,        /* FC_C_CSTRING */
  82. >>>        0x5c,        /* FC_PAD */
  83. >>>        0x0
  84. >>>        }
  85. >>>};
  86. >>>
  87. >>>I tried to run the patch for BC++ 4.51, but no success.
  88. >>>
  89. >>>If you know of any fix, or have any other info, please let me know.
  90. >>>
  91. >>>Rgards
  92. >>>
  93. >>>Elmar Haag
  94. >>>Interworld Pty. Ltd.
  95. >>>22 Bowsprit Pde.
  96. >>>Cleveland 4163
  97. >>>Australia
  98. >>>
  99. >>>elmarh@dyson.brisnet.org.au
  100. >>>
  101. >>>
  102. >>>
  103. >>
  104. >>
  105. >>
  106.  
  107.  
  108.